home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / cvs-1_3.lha / cvs-1.3 / contrib / pcl-cvs / INSTALL < prev    next >
Lisp/Scheme  |  1992-04-05  |  3KB  |  84 lines

  1. This text is copied from the TeXinfo manual for pcl-cvs.
  2.  
  3. Installation of the pcl-cvs program
  4. ===================================
  5.  
  6.   1. Edit the file `Makefile' to reflect the situation at your site. 
  7.      The only things you have to change is the definition of
  8.      `lispdir' and `infodir'.  The elisp files will be copied to
  9.      `lispdir', and the info file to `infodir'.
  10.  
  11.   2. Configure pcl-cvs.el
  12.  
  13.         There are a couple of paths that you have to check to make
  14.      sure that they match you system.  They appear early in the file
  15.      pcl-cvs.el.
  16.  
  17.         *NOTE:*  If your system is running emacs 18.57 or earlier
  18.      you MUST uncomment the line that says:
  19.  
  20.           (setq delete-exited-processes nil)
  21.  
  22.          Setting `delete-exited-processes' to `nil' works around a bug
  23.      in emacs that causes it to dump core.  The bug was fixed in
  24.      emacs 18.58.
  25.  
  26.   3. Type `make install' in the source directory.  This will
  27.      byte-compile all `.el' files and copy both the `.el' and the
  28.      `.elc' into the directory you specified in step 1.
  29.  
  30.         If you don't want to install the `.el' files but only the
  31.      `.elc' files (the byte-compiled files), you can type ``make
  32.      install_elc'' instead of ``make install''.
  33.  
  34.         If you only want to create the compiled elisp files, but
  35.      don't want to install them, you can type `make elcfiles'
  36.      instead.  This is what happens if you only type `make' without
  37.      parameters.
  38.  
  39.   4. Edit the file `default.el' in your emacs lisp directory (usually
  40.      `/usr/gnu/emacs/lisp' or something similar) and enter the
  41.      contents of the file `pcl-cvs-startup.el' into it.  It contains
  42.      a couple of `auto-load's that facilitates the use of pcl-cvs.
  43.  
  44.  
  45.  
  46.  
  47. Installation of the on-line manual.
  48. ===================================
  49.  
  50.   1. Create the info file `pcl-cvs' from `pcl-cvs.texinfo' by typing
  51.      `make info'.  If you don't have the program `makeinfo' you can
  52.      get it by anonymous ftp from e.g. `ftp.gnu.ai.mit.edu' as
  53.      `pub/gnu/texinfo-2.14.tar.Z' (there might be a newer version
  54.      there when you read this), or you could use the preformatted
  55.      info file `pcl-cvs.info' that is included in the distribution
  56.      (type `cp pcl-cvs.info pcl-cvs').
  57.  
  58.   2. Move the info file `pcl-cvs' to your standard info directory. 
  59.      This might be called something like `/usr/gnu/emacs/info'.
  60.  
  61.   3. Edit the file `dir' in the info directory and enter one line to
  62.      contain a pointer to the info file `pcl-cvs'.  The line can, for
  63.      instance, look like this:
  64.  
  65.           * Pcl-cvs: (pcl-cvs).       An Emacs front-end to CVS.
  66.  
  67.  
  68.  
  69.  
  70. How to make typeset documentation from pcl-cvs.texinfo
  71. ======================================================
  72.  
  73.    If you have TeX installed at your site, you can make a typeset
  74. manual from `pcl-cvs.texinfo'.
  75.  
  76.   1. Run TeX by typing ``make pcl-cvs.dvi''.  You will not get the
  77.      indices unless you have the `texindex' program.
  78.  
  79.   2. Convert the resulting device independent file `pcl-cvs.dvi' to a
  80.      form which your printer can output and print it.  If you have a
  81.      postscript printer there is a program, `dvi2ps', which does. 
  82.      There is also a program which comes together with TeX, `dvips',
  83.      which you can use.
  84.